A CS350 project that implements a Linux command to interact with various chatbots.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
4
commits
Add asynchronous query functions for ChatGPT, Cohere, DeepSeek, Gemini, and Mistral integrations
d0c8ce7View on GitHubAdd ChatGPT (OpenAI) integration and model selection to CLI
4cd0865View on GitHubAdd interactive CLI to main.cpp for Gemini prompt/response
9eb92e5View on GitHubInitial project structure and Gemini integration - Set up minimal CMake-based C++ project structure for MultiLLM-Linux-Command - Added directories for source, LLM integrations, and utilities - Implemented Gemini chatbot integration using libcurl and jsoncpp - Provided stub for querying Gemini API with prompt and parsing response - Added instructions for environment setup and dependencies in README
fc262aeView on GitHub