Spaces:
Running
Running
Francisco Zanartu
commited on
Commit
•
3904a1d
1
Parent(s):
5006b51
fix to relative import
Browse files- context/palm.py +1 -1
context/palm.py
CHANGED
@@ -42,7 +42,7 @@ import requests
|
|
42 |
from langchain_google_genai import GoogleGenerativeAI
|
43 |
from langchain.prompts import PromptTemplate
|
44 |
from langchain.chains import LLMChain
|
45 |
-
from auxiliar import (
|
46 |
FALLACY_CLAIMS,
|
47 |
DEBUNKINGS,
|
48 |
DEFINITIONS,
|
|
|
42 |
from langchain_google_genai import GoogleGenerativeAI
|
43 |
from langchain.prompts import PromptTemplate
|
44 |
from langchain.chains import LLMChain
|
45 |
+
from .auxiliar import (
|
46 |
FALLACY_CLAIMS,
|
47 |
DEBUNKINGS,
|
48 |
DEFINITIONS,
|