Spaces:
Running
Running
Rename utils (1).py to utils.py
Browse files- utils (1).py → utils.py +1 -1
utils (1).py → utils.py
RENAMED
|
@@ -67,7 +67,7 @@ def get_conversational_chain() -> Tuple[ChatTogether, PromptTemplate]:
|
|
| 67 |
|
| 68 |
def self_assess(question: str) -> str:
|
| 69 |
api_key = get_together_api_key()
|
| 70 |
-
llm = ChatTogether(model="meta-llama/Llama-3.
|
| 71 |
temperature=0.3, api_key=api_key)
|
| 72 |
msgs = [
|
| 73 |
{"role": "system", "content": "You are an expert assistant…"},
|
|
|
|
| 67 |
|
| 68 |
def self_assess(question: str) -> str:
|
| 69 |
api_key = get_together_api_key()
|
| 70 |
+
llm = ChatTogether(model="meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
|
| 71 |
temperature=0.3, api_key=api_key)
|
| 72 |
msgs = [
|
| 73 |
{"role": "system", "content": "You are an expert assistant…"},
|