mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 10:25:37 +00:00
docs(user_keys.md): cleanup instructor docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user