mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
docs(user_keys.md): cleanup docs
This commit is contained in:
parent
526b196f83
commit
ac8c0ecd85
1 changed files with 1 additions and 0 deletions
|
|
@ -330,6 +330,7 @@ my_proxy_base_url = "" # e.g. http://0.0.0.0:4000
|
|||
|
||||
# This enables response_model keyword
|
||||
# from client.chat.completions.create
|
||||
## WORKS ACROSS OPENAI/ANTHROPIC/VERTEXAI/ETC. - all LITELLM SUPPORTED MODELS!
|
||||
client = instructor.from_openai(OpenAI(api_key=my_proxy_api_key, base_url=my_proxy_base_url))
|
||||
|
||||
class UserDetail(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue