Update models.py
Browse files
models.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
"""Load models to use them as a narrator and a common-sense oracle in the PAYADOR pipeline."""
|
2 |
import google.generativeai as genai
|
3 |
import requests
|
|
|
4 |
|
5 |
|
6 |
class GeminiModel():
|
|
|
1 |
"""Load models to use them as a narrator and a common-sense oracle in the PAYADOR pipeline."""
|
2 |
import google.generativeai as genai
|
3 |
import requests
|
4 |
+
import os
|
5 |
|
6 |
|
7 |
class GeminiModel():
|