adriiita commited on
Commit
664542a
·
verified ·
1 Parent(s): c347d26

Update core/note_generator.py

Browse files
Files changed (1) hide show
  1. core/note_generator.py +1 -1
core/note_generator.py CHANGED
@@ -6,7 +6,7 @@ class NoteGenerator:
6
  self.llm = ChatGroq(
7
  temperature=0.7,
8
  groq_api_key=api_key,
9
- model_name="llama2-70b-4096" # Groq currently supports Llama2, not Llama3
10
  )
11
 
12
  self.note_prompt = PromptTemplate(
 
6
  self.llm = ChatGroq(
7
  temperature=0.7,
8
  groq_api_key=api_key,
9
+ model_name="llama3-8b-8192" # Groq currently supports Llama2, not Llama3
10
  )
11
 
12
  self.note_prompt = PromptTemplate(