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: Guide on local LLM deployment #1241

Open
1 task done
dartpain opened this issue Oct 5, 2024 · 4 comments
Open
1 task done

🚀 Feature: Guide on local LLM deployment #1241

dartpain opened this issue Oct 5, 2024 · 4 comments
Assignees
Labels
docs documentation Improvements or additions to documentation enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@dartpain
Copy link
Contributor

dartpain commented Oct 5, 2024

🔖 Feature description

Finally I recently added a swappable base_url for openai client, thus if you configure docsgpt with LLM_NAME=openai
You can run any model you want locally with openai compatible servers. for example vllm
Or ollama

But please make sure you put something in api_key like not-key
Also make sure you specify correct MODEL_NAME that you have launched via methods above or any other.
Also you will need to specify OPENAI_BASE_URL, if you are running it locally its probably http://localhost:11434/v1 for ollama. Also be careful of running docsgpt inside container as you will need to point OPENAI_BASE_URL to an address accessible by it

🎤 Why is this feature needed ?

So people better understand how to use local llm

✌️ How do you aim to achieve this?

Someone can pick up this task to create guide in our docs
located in docs/ folder

🔄️ Additional Information

No response

👀 Have you spent some time to check if this feature request has been raised before?

  • I checked and didn't find similar issue

Are you willing to submit PR?

None

@dartpain dartpain added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed hacktoberfest docs labels Oct 5, 2024
@JanumalaAkhilendra
Copy link

I want to work on this issue if it is still open, please assign it to me. thank you :)

@utin-francis-peter
Copy link
Contributor

Hi, @JanumalaAkhilendra.

Please how's it going with the issue?

@JanumalaAkhilendra
Copy link

yaa , I am Currently working on this issue.

@ManishMadan2882
Copy link
Collaborator

Hi @JanumalaAkhilendra, just checking if you're still working on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs documentation Improvements or additions to documentation enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants