Skip to content

Commit

Permalink
🔥 Remove Azure API support
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Nov 11, 2023
1 parent 767d187 commit 37a5d46
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions funcchain/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,9 @@ class FuncchainSettings(BaseSettings):

# KEYS
OPENAI_API_KEY: Optional[str] = None
AZURE_API_KEY: Optional[str] = None
ANTHROPIC_API_KEY: Optional[str] = None
GOOGLE_API_KEY: Optional[str] = None
JINACHAT_API_KEY: Optional[str] = None

# AZURE
AZURE_API_BASE: Optional[str] = None
AZURE_DEPLOYMENT_NAME: str = "gpt-4"
AZURE_DEPLOYMENT_NAME_LONG: Optional[str] = None
AZURE_API_VERSION: str = "2023-07-01-preview"

# KWARGS
MODEL_NAME: str = "openai::gpt-3.5-turbo"
MODEL_NAME: str = "openai::gpt-3.5-turbo-1106"
MODEL_TEMPERATURE: float = 0.1
MODEL_REQUEST_TIMEOUT: float = 210
MODEL_VERBOSE: bool = False
Expand Down

0 comments on commit 37a5d46

Please sign in to comment.