Spaces:
Runtime error
Runtime error
Synced repo using 'sync_with_huggingface' Github Action
Browse files- get_llm_answer.py +1 -1
- requirements.txt +1 -0
get_llm_answer.py
CHANGED
@@ -5,7 +5,7 @@ import anthropic
|
|
5 |
from together import Together
|
6 |
import json
|
7 |
import re
|
8 |
-
import atla
|
9 |
|
10 |
from dotenv import load_dotenv
|
11 |
load_dotenv()
|
|
|
5 |
from together import Together
|
6 |
import json
|
7 |
import re
|
8 |
+
from atla import atla
|
9 |
|
10 |
from dotenv import load_dotenv
|
11 |
load_dotenv()
|
requirements.txt
CHANGED
@@ -5,6 +5,7 @@ python-dotenv
|
|
5 |
openai
|
6 |
anthropic
|
7 |
together
|
|
|
8 |
|
9 |
# Development dependencies
|
10 |
black
|
|
|
5 |
openai
|
6 |
anthropic
|
7 |
together
|
8 |
+
atla
|
9 |
|
10 |
# Development dependencies
|
11 |
black
|