Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from langchain.schema import HumanMessage
|
|
4 |
|
5 |
llm = ChatOpenAI(
|
6 |
base_url="https://api.together.xyz/v1",
|
7 |
-
api_key="
|
8 |
model="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
9 |
max_tokens=1024
|
10 |
)
|
|
|
4 |
|
5 |
llm = ChatOpenAI(
|
6 |
base_url="https://api.together.xyz/v1",
|
7 |
+
api_key="333ac33f5be91819cb7ade101134d73f5e63d299a964ae290850eeac5d82a8d5",
|
8 |
model="meta-llama/Llama-3.3-70B-Instruct-Turbo-Free",
|
9 |
max_tokens=1024
|
10 |
)
|