Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] and [Bug] Project is named llama index - but doesn't support llama #16

Open
sammcj opened this issue Oct 31, 2023 · 2 comments

Comments

@sammcj
Copy link

sammcj commented Oct 31, 2023

Is your feature request related to a problem? Please describe.

I went to use this project and found that it doesn't seem to actually use or support llama despite the name.

It appears to be locked into only using OpenAI's proprietary SaaS product.

e.g. https://github.com/run-llama/chat-llamaindex/blob/main/.env.template#L1

Describe the solution you'd like

  • Support for local / self-hosted LLMs such as llama.
  • There should be configuration where you provide the API endpoint for your LLM.
    • This could be an OpenAI style API and if so I would highly recommend using LiteLLM for this as it's a quick and easy solution that's being widely adopted.
    • Alternatives options include adding support for the Text Generation Web UI native API.

Describe alternatives you've considered

Maybe rename the project to chat-openai-index or similar if it hasn't got anything to do with Llama as it may confuse folks.

Additional context
N/A

@tranhoangnguyen03
Copy link

+1 LiteLLM

@flaviolivolsi
Copy link

FYI there are ways you can actually use open source models leveraging OpenAI npm library/API specs. See for example this and this. I hope you find this useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants