AyoubChLin commited on
Commit
563edd5
1 Parent(s): 3ca229b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ load_dotenv()
16
 
17
  # Create the ChatOpenAI instance with the custom client
18
  chat = ChatOpenAI(
19
- openai_api_base="https://openrouter.ai/api/v1",
20
  openai_api_key=getenv("OPENROUTER_API_KEY"),
21
  model_name="nousresearch/hermes-3-llama-3.1-405b:free",
22
  temperature=0.7,
 
16
 
17
  # Create the ChatOpenAI instance with the custom client
18
  chat = ChatOpenAI(
19
+ openai_api_base=getenv("OPENAI_API_KEY"),
20
  openai_api_key=getenv("OPENROUTER_API_KEY"),
21
  model_name="nousresearch/hermes-3-llama-3.1-405b:free",
22
  temperature=0.7,