wispcarey / AutoKG

Efficient Automated Knowledge Graph Generation for Large Language Models
MIT License
69 stars 6 forks source link

如何使用其他开源大模型 #1

Open wujiaxin-study opened 5 months ago

wujiaxin-study commented 5 months ago

想部署在本地 使用开源大模型 如何操作

wispcarey commented 5 months ago

Deploying open-source LLMs locally is straightforward. Simply replace the API interface and the corresponding function to call the LLM in my code with your local ones. However, please note that due to OpenAI's recent update to their API usage, this project is temporarily unavailable. I will update it as soon as possible to accommodate these changes.