Spaces:
Running
Running
Update conver.py
Browse files
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/
|
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):
|