Streamlit chat interface for code assistance powered by a local Ollama-compatible LLM endpoint.
- Python, Streamlit
- OpenAI-compatible API (Ollama)
pip install streamlit openai ollama
streamlit run main.pyUpdate the base_url in main.py to point to your Ollama server.
Enter coding prompts in the chat input. Responses stream from the configured local model.