Spaces:
Running
Running
Rolling back to 3.1 as 3.3 seems to ave lower rate limits on Sambanova Cloud
Browse files
crew.py
CHANGED
@@ -10,7 +10,7 @@ from crewai_tools import SerperDevTool, ScrapeWebsiteTool
|
|
10 |
from typing import List, Optional
|
11 |
|
12 |
import os
|
13 |
-
llm = LLM(model="sambanova/Meta-Llama-3.
|
14 |
|
15 |
"""
|
16 |
class Activity(BaseModel):
|
|
|
10 |
from typing import List, Optional
|
11 |
|
12 |
import os
|
13 |
+
llm = LLM(model="sambanova/Meta-Llama-3.1-70B-Instruct")
|
14 |
|
15 |
"""
|
16 |
class Activity(BaseModel):
|