Update myagent.py
Browse files- myagent.py +1 -1
myagent.py
CHANGED
@@ -6,7 +6,7 @@ from tools.yttranscript import get_youtube_transcript, get_youtube_title_descrip
|
|
6 |
import myprompts
|
7 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
8 |
import torch
|
9 |
-
from groq_api import
|
10 |
# --- Basic Agent Definition ---
|
11 |
|
12 |
# Basic model wrapper for local inference with debug info
|
|
|
6 |
import myprompts
|
7 |
from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
8 |
import torch
|
9 |
+
from groq_api import GrokApi
|
10 |
# --- Basic Agent Definition ---
|
11 |
|
12 |
# Basic model wrapper for local inference with debug info
|