Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -9,7 +9,7 @@ from fastapi import FastAPI
|
|
9 |
from pydantic import BaseModel
|
10 |
|
11 |
# Retrieve environment variables
|
12 |
-
TOGETHER_API_KEY = os.
|
13 |
|
14 |
SysPromptDefault = "You are an expert AI, complete the given task. Do not add any additional comments."
|
15 |
SysPromptList = "You are now in the role of an expert AI who can extract structured information from user request. All elements must be in double quotes. You must respond ONLY with a valid python List. Do not add any additional comments."
|
|
|
9 |
from pydantic import BaseModel
|
10 |
|
11 |
# Retrieve environment variables
|
12 |
+
TOGETHER_API_KEY = os.getenv("TOGETHER_API_KEY")
|
13 |
|
14 |
SysPromptDefault = "You are an expert AI, complete the given task. Do not add any additional comments."
|
15 |
SysPromptList = "You are now in the role of an expert AI who can extract structured information from user request. All elements must be in double quotes. You must respond ONLY with a valid python List. Do not add any additional comments."
|