gnosticdev commited on
Commit
56f8366
·
verified ·
1 Parent(s): 64bc311

Update conver.py

Browse files
Files changed (1) hide show
  1. conver.py +1 -1
conver.py CHANGED
@@ -14,7 +14,7 @@ from pathlib import Path
14
  class ConversationConfig:
15
  max_words: int = 3000
16
  prefix_url: str = "https://r.jina.ai/"
17
- model_name: str = "meta-llama/Meta-Llama-3-8B-Instruct"
18
 
19
  class URLToAudioConverter:
20
  def __init__(self, config: ConversationConfig, llm_api_key: str):
 
14
  class ConversationConfig:
15
  max_words: int = 3000
16
  prefix_url: str = "https://r.jina.ai/"
17
+ model_name: str = "meta-llama/Llama-3-8b-chat-hf"
18
 
19
  class URLToAudioConverter:
20
  def __init__(self, config: ConversationConfig, llm_api_key: str):