mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
docs(user_keys.md): cleanup instructor docs
This commit is contained in:
parent
ac8c0ecd85
commit
7e99cfe938
1 changed files with 2 additions and 2 deletions
|
|
@ -325,8 +325,8 @@ from openai import OpenAI
|
|||
import instructor
|
||||
from pydantic import BaseModel
|
||||
|
||||
my_proxy_api_key = "" # e.g. sk-1234
|
||||
my_proxy_base_url = "" # e.g. http://0.0.0.0:4000
|
||||
my_proxy_api_key = "" # e.g. sk-1234 - LITELLM KEY
|
||||
my_proxy_base_url = "" # e.g. http://0.0.0.0:4000 - LITELLM PROXY BASE URL
|
||||
|
||||
# This enables response_model keyword
|
||||
# from client.chat.completions.create
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue