Spaces:
Running
on
Zero
Running
on
Zero
ai-forever
commited on
Commit
•
4535fc2
1
Parent(s):
63dc70b
Update src/gigachat.py
Browse files- src/gigachat.py +1 -1
src/gigachat.py
CHANGED
@@ -6,7 +6,7 @@ import time
|
|
6 |
from typing import Dict, Optional, Any
|
7 |
from dotenv import load_dotenv
|
8 |
import os
|
9 |
-
from prompts import giga_system_prompt_i2v
|
10 |
|
11 |
# Load environment variables from .env file
|
12 |
load_dotenv()
|
|
|
6 |
from typing import Dict, Optional, Any
|
7 |
from dotenv import load_dotenv
|
8 |
import os
|
9 |
+
from src.prompts import giga_system_prompt_i2v
|
10 |
|
11 |
# Load environment variables from .env file
|
12 |
load_dotenv()
|