mlc-llm
mlc-llm copied to clipboard
How do i use this in my own programs?
Hi there! Im new to programming. I really want to try and implement ai to my own little program. For example chatgpt has api with i can talk using python code. Dose this project allow something like this? Like can i just import mlc-llm and get answers using python? Sorry for bad english.
OpenAI offer API Reference. https://platform.openai.com/docs/api-reference/introduction
Hi there! Im new to programming. I really want to try and implement ai to my own little program. For example chatgpt has api with i can talk using python code. Dose this project allow something like this? Like can i just import mlc-llm and get answers using python? Sorry for bad english.
Hi! Here is a simple code to implement interaction with mlc-chat-cli in python https://github.com/XinyuSun/mlc-chatbot
https://github.com/mlc-ai/mlc-llm/tree/main/python