-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOT-READY - oci tool calling working #150
base: master
Are you sure you want to change the base?
Conversation
@@ -341,6 +341,31 @@ For OpenAI, only the ``model`` and ``api-key`` should be provided | |||
|
|||
</details> | |||
|
|||
<details> | |||
<summary>OCI (Oracle Cloud Infrastructure) in Kubernetes</summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update in cluster docs for all params from ~/.oci/config file
class ModelSupportException(Exception): | ||
pass | ||
|
||
class OCILLM: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe make some sort of interface base class so we have something generic for every time we need to expand litellm?
Like all the functions we need accessable are:
supports_llm function
the maximum size functions
the chat/completion function
No description provided.