Small changes

This commit is contained in:
2025-12-04 15:09:22 +01:00
parent 028d2911c3
commit 851554ea1e
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# OAI Chat App
# oAI Chat App
A command-line interface (CLI) chat application for interacting with AI language models via OpenRouter. Seamlessly switch between 300+ models, attach files (images and text), enjoy real-time streaming responses, and manage settings persistently—all from your terminal. Perfect for developers, writers, and AI enthusiasts looking for a fast, feature-rich chat experience without leaving the command line.
@@ -89,7 +89,7 @@ python oai_chat.py chat
### Example Session
```
Welcome to OAI! Type your message, '/model [search]' to select/change model, '/config api/url/stream' to configure, '/help' for examples, or 'exit'/'quit' to end.
Welcome to oAI! Type your message, '/model [search]' to select/change model, '/config api/url/stream' to configure, '/help' for examples, or 'exit'/'quit' to end.
No model selected. Use '/model' to choose one.
You> /help
@@ -155,7 +155,7 @@ If issues persist, open a GitHub issue with error logs.
## 🤝 Contributing
We welcome contributions to improve the OAI Chat App! Follow standard practices: fork, branch, test, and submit PRs. Please include updates to this README for new features.
We welcome contributions to improve the oAI Chat App! Follow standard practices: fork, branch, test, and submit PRs. Please include updates to this README for new features.
## 📜 License