Skip to content
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

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

Avi-Robusta
Copy link
Contributor

No description provided.

@@ -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>
Copy link
Contributor Author

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:
Copy link
Contributor Author

@Avi-Robusta Avi-Robusta Oct 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant