mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-21 17:54:58 +00:00
chore: fix openai error setting in setup.py
This commit is contained in:
parent
5a32cd9fe1
commit
cae297b3ba
1
setup.py
1
setup.py
@ -324,7 +324,6 @@ def openai_requires():
|
|||||||
pip install "db-gpt[openai]"
|
pip install "db-gpt[openai]"
|
||||||
"""
|
"""
|
||||||
setup_spec.extras["openai"] = ["openai", "tiktoken"]
|
setup_spec.extras["openai"] = ["openai", "tiktoken"]
|
||||||
llama_cpp_python_cuda_requires()
|
|
||||||
|
|
||||||
|
|
||||||
def all_requires():
|
def all_requires():
|
||||||
|
Loading…
Reference in New Issue
Block a user