KO
|
EN
gitlite — search
Search
#python
#javascript
#typescript
#rust
#deep-learning
#nextjs
#kotlin
#machine-learning
#telegram-bot
#react
#reactjs
#ecommerce
ChatGPT-Assistant
★ 71
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
buildship-chat-widget
:
AI Chat Widget - flexible and lite chat widget that can connect to OpenAI Assistant, any database, tools
AI-Assistant-ChatGPT
:
这是一个AI使用工具,可以使用AI进行文字创作或模拟聊天,支持简单地配置复杂的设定,支持在任何时候修改、停用、启用设定,实现更便捷有效的控制AI生成内容。可以配合API中转服务使用ChatGPT、Claude、ChatGLM、通义千问等大模型
assistant-data-openai-python-promptflow
:
Assistant API to chat with tabular data and perform analytics in natural language.
OpencodeConnector4Android
:
An Android client for OpenCode — chat with your coding assistant, manage sessions and track tasks from your phone.
behappy-chatgpt-assistant
:
BeHappy 智能助理
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ChatGPT-Assistant
?
Download (.md)
# ChatGPT Assistant ChatGPT Assistant is an application developed using Expo and TypeScript. It serves as a basic demonstration of utilizing OpenAI's models for text generation, image generation, and speech-to-text functionalities. Users can interact with these models through the application, which is compatible with **Android**, **iOS**, and **Web** platforms. ## Features - **Text Generation:** Generate text using OpenAI's GPT models by providing prompts. - **Image Generation:** Generate images based on textual descriptions using OpenAI's DALL-E model. - **Speech-to-Text:** Convert spoken words into text using OpenAI's speech recognition model. ## Usage To use the application, follow these steps: 1. Clone the repository: ``` git clone https://github.com/falatekmen/ChatGPT-Assistant.git ``` 2. Install dependencies: ``` cd ChatGPT-Assistant npm install ``` 3. Start the development server: ``` expo start ``` 4. Follow the instructions to run the application on your desired platform (Android, iOS, or web). ## Demo Videos Check out the demonstration videos to see ChatGPT Assistant in action:   ## Contributing Contributions are welcome! If you'd like to contribute to the project, feel free to fork the repository and submit a pull request with your changes. Please note that the Whisper model for speech-to-text functionality may not work perfectly on web platforms. Contributions to improve this feature are especially appreciated. ## License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.