updated LLM configurations and added support for new models
This commit is contained in:
@@ -206,7 +206,11 @@ class NewsFetcher:
|
||||
"prompt": prompt,
|
||||
"stream": False,
|
||||
"temperature": 0.1,
|
||||
"format": "json"
|
||||
"format": "json",
|
||||
"options": {
|
||||
"num_gpu": 1, # Force GPU usage
|
||||
"num_ctx": 8192, # Context size
|
||||
}
|
||||
}
|
||||
|
||||
try:
|
||||
|
Reference in New Issue
Block a user