Skip to content

Commit cad43a9

Browse files
committedAug 8, 2024
To github perso
1 parent 8aea04e commit cad43a9

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed
 

‎product-info.json

-3
This file was deleted.

‎src/llm/relevant_table_selection.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#coming

‎src/test_llm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from llm.llm_model import LLMModel
22

3-
model_type = "pipable"
3+
model_type = "google"
44
model = LLMModel(model_type)
55
llm = model.get_llm()
66
answer = llm.invoke("How are you?")

0 commit comments

Comments
 (0)
Please sign in to comment.