We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad8616 commit 8cec512Copy full SHA for 8cec512
tests/unitary/with_extras/langchain/chat_models/test_oci_data_science.py
@@ -1,3 +1,9 @@
1
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*--
3
+
4
+# Copyright (c) 2024 Oracle and/or its affiliates.
5
+# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
6
7
"""Test OCI Data Science Model Deployment Endpoint."""
8
9
import sys
tests/unitary/with_extras/langchain/llms/test_oci_model_deployment_endpoint.py
0 commit comments