Undertone0809 / promptulate

🚀Lightweight Large language model automation and Autonomous Language Agents development framework. Build your LLM Agent Application in a pythonic way!
https://promptulate.cn/
Apache License 2.0
334 stars 34 forks source link

Add base_url to OpenAI module #320

Closed ruanrongman closed 6 months ago

ruanrongman commented 10 months ago

By adding a base_ url to OpenAI module can be more easily deployed, and LM Studio can also be used to connect with local large models, such as llama, for convenience

Undertone0809 commented 10 months ago

@ruanrongman Can you push a notebook to show how to use LM Studio in Promptulate? This is a great attempt.

Undertone0809 commented 6 months ago

Use LLMFactory now, ChatOpenAI module is useless #627