Skip to content

Commit

Permalink
rename llama -> llama_index
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Sep 12, 2023
1 parent 03f0dda commit 6631427
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack_bot/slack_bot/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .base import ResponseModel
from .chat_completion import ChatCompletionAzure, ChatCompletionOpenAI
from .hello import Hello
from .llama import LlamaIndexGPTAzure, LlamaIndexGPTOpenAI, LlamaIndexHF
from .llama_index import LlamaIndexGPTAzure, LlamaIndexGPTOpenAI, LlamaIndexHF

# Please ensure that any models needing OPENAI_API_KEY are named *openai*
# Please ensure that any models needing OPENAI_AZURE_API_BASE and OPENAI_AZURE_API_KEY are named *azure*
Expand Down
File renamed without changes.

0 comments on commit 6631427

Please sign in to comment.