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

如果想搭建chatGLM2-6B本地模型,应该如何更改? #24

Open
shanggangli opened this issue Aug 4, 2023 · 3 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@shanggangli
Copy link

No description provided.

@yushengsu-thu
Copy link
Collaborator

yushengsu-thu commented Aug 4, 2023

@shanggangli
Currently, we only support OpenAI's models. If you want to use your local models, you need to create a python script at here: https://github.com/OpenBMB/AgentVerse/tree/main/agentverse/llms
and define your APIs.

@JetSquirrel
Copy link
Contributor

I'm interested in this, can you assign it to me?

@chenweize1998
Copy link
Collaborator

@JetSquirrel Certainly! We initially intended to use Fastchat for integrating local models, but do not have time to implement it. Fastchat offers an interface compatible to OpenAI's API for local models such as LLaMA and Vicunna, which might allow us to use our existing class for OpenAI models without needing new classes for local models. Could you first investigate Fastchat to see if it's compatible with ChatGLM and other Huggingface models?

@chenweize1998 chenweize1998 added the enhancement New feature or request label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants