Corrigido o caminho do venv
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -11,5 +11,7 @@
|
|||||||
"terminal.integrated.env.linux": {
|
"terminal.integrated.env.linux": {
|
||||||
"PYTHONPATH": "${workspaceFolder}/backend"
|
"PYTHONPATH": "${workspaceFolder}/backend"
|
||||||
},
|
},
|
||||||
"python.analysis.autoImportCompletions": false
|
"python.analysis.autoImportCompletions": false,
|
||||||
|
"python.defaultInterpreterPath": "${workspaceFolder}/backend/.venv/bin/python",
|
||||||
|
"python.terminal.activateEnvInCurrentTerminal": "true"
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
from interfaces.LLM_model import LLMInterface
|
from interfaces.LLM_model import LLMInterface
|
||||||
from langchain_core.prompts import ChatMessagePromptTemplate
|
from langchain_core.prompts import ChatMessagePromptTemplate
|
||||||
|
from langchain_ollama import
|
||||||
|
|
||||||
|
|
||||||
class OllamaLLM(LLMInterface):
|
class OllamaLLM(LLMInterface):
|
||||||
|
|||||||
Reference in New Issue
Block a user