adi-123 commited on
Commit
53aceae
·
verified ·
1 Parent(s): eb62cf4

Rename utils (1).py to utils.py

Browse files
Files changed (1) hide show
  1. 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.3-70B-Instruct-Turbo-Free",
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…"},