Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def generate_sentiment_score(input_text, parameters):
|
|
| 36 |
'''
|
| 37 |
|
| 38 |
response = client.chat.completions.create(
|
| 39 |
-
model="
|
| 40 |
messages=[
|
| 41 |
{"role": "system", "content": "You are an AI assistant that analyzes interview transcripts and provides sentiment scores."},
|
| 42 |
{"role": "user", "content": prompt}
|
|
|
|
| 36 |
'''
|
| 37 |
|
| 38 |
response = client.chat.completions.create(
|
| 39 |
+
model="meta-llama/Llama-3-70b-chat-hf",
|
| 40 |
messages=[
|
| 41 |
{"role": "system", "content": "You are an AI assistant that analyzes interview transcripts and provides sentiment scores."},
|
| 42 |
{"role": "user", "content": prompt}
|