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

chat_v2: 0.6.6 compat and UX improvements #288

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

masenf
Copy link
Collaborator

@masenf masenf commented Dec 5, 2024

  • fix misused props
  • prompt input is now an expanding text_area
  • prompt input can be submitted with [Enter] key
  • when refreshing always reload messages from database
  • avoid chat_completion kwargs that are not recognized by openai client
  • don't store ai client in the state, because they often are not serializable

* fix misused props
* prompt input is now an expanding text_area
* prompt input can be submitted with [Enter] key
* when refreshing always reload messages from database
* avoid chat_completion kwargs that are not recognized by openai client
* don't store ai client in the state, because they often are not serializable
@masenf masenf force-pushed the masenf/chat_v2_love branch from 1302fe6 to 9e31a08 Compare December 5, 2024 22:33
on_submit will handle click or enter
@masenf masenf force-pushed the masenf/chat_v2_love branch from 9e31a08 to 3e13850 Compare December 5, 2024 22:59
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