Spaces:
Sleeping
Sleeping
tonyliu404
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ custom_rag_prompt = ChatPromptTemplate.from_template(template)
|
|
179 |
|
180 |
llm = ChatOpenAI(
|
181 |
model_name="hf:mistralai/Mixtral-8x7B-Instruct-v0.1",
|
182 |
-
api_key = os.environ.get('GLHF_API_KEY')
|
183 |
base_url = 'https://glhf.chat/api/openai/v1',
|
184 |
temperature=0.2)
|
185 |
|
|
|
179 |
|
180 |
llm = ChatOpenAI(
|
181 |
model_name="hf:mistralai/Mixtral-8x7B-Instruct-v0.1",
|
182 |
+
api_key = os.environ.get('GLHF_API_KEY'),
|
183 |
base_url = 'https://glhf.chat/api/openai/v1',
|
184 |
temperature=0.2)
|
185 |
|