HumanSignal / HumanSignal/Adala
support litellm proxy if directly support llm ap is not possible at the moment
Open
- Dominant language
- Python
- Stars
- 1.6k
- Forks
- 160
- Avg merge
- 4m
- Merged PRs (30d)
- 4
Description
#_openai.py
# an interface to give DEFAULT_CREATE_COMPLETION_URL value
DEFAULT_CREATE_COMPLETION_URL = "http://0.0.0.0:4000"
OpenAI(
api_key=self.openai_api_key,
base_url=DEFAULT_CREATE_COMPLETION_URL
)
and disable model model availability check in this mode.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.