We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a6585 commit 5140536Copy full SHA for 5140536
llm_utils/llm_factory.py
@@ -16,7 +16,7 @@ def get_llm(
16
"""
17
if model_type == "openai":
18
return ChatOpenAI(
19
- name=model_name,
+ model=model_name,
20
openai_api_key=openai_api_key,
21
**kwargs,
22
)
setup.py
@@ -6,7 +6,7 @@
6
7
setup(
8
name="lang2sql", # 패키지 이름
9
- version="0.1.5", # 버전
+ version="0.1.6", # 버전
10
author="ehddnr301",
11
author_email="[email protected]",
12
url="https://github.com/ehddnr301/lang2sql",
0 commit comments