Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding an archived version of chat_app #265

Closed
wants to merge 3 commits into from

Conversation

elviskahoro
Copy link
Contributor

This pull request introduces a new chat application built with Reflex. Here are the key changes:

  1. Added a GitHub Actions workflow for repository dispatch on push to main branch.
  2. Implemented a chat interface with OpenAI integration.
  3. Created components for chat messages, action bar, loading icon, and navbar.
  4. Added state management for handling chat sessions, questions, and answers.
  5. Implemented modal and sidebar components for creating and managing chat sessions.
  6. Added styling and theming using Reflex's Chakra UI integration.
  7. Included error handling for missing OpenAI API key.
  8. Added README with setup instructions and feature overview.
  9. Included LICENSE file (MIT License).
  10. Added configuration files for Reflex and project dependencies.

This chat application demonstrates the use of Reflex for building a full-stack Python web app with real-time LLM integration.

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @elviskahoro and the rest of your teammates on Graphite Graphite

@elviskahoro elviskahoro requested a review from picklelo October 14, 2024 23:38
@elviskahoro elviskahoro changed the title Add repository dispatch workflow for Reflex chat app Adding chat_app_v2! Oct 14, 2024
@elviskahoro elviskahoro changed the title Adding chat_app_v2! Adding an archived version of chat_app Oct 14, 2024
@elviskahoro elviskahoro requested a review from Alek99 October 14, 2024 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant