Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ print(f"成功建立 RAG Chain")
|
|
| 117 |
def initialize_llm(api_key):
|
| 118 |
return ChatGroq(
|
| 119 |
groq_api_key=api_key,
|
| 120 |
-
model_name='llama-3.
|
| 121 |
)
|
| 122 |
|
| 123 |
def generate_insight_questions(query, api_key):
|
|
|
|
| 117 |
def initialize_llm(api_key):
|
| 118 |
return ChatGroq(
|
| 119 |
groq_api_key=api_key,
|
| 120 |
+
model_name='llama-3.3-70b-versatile'
|
| 121 |
)
|
| 122 |
|
| 123 |
def generate_insight_questions(query, api_key):
|