-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
feat(#33): implement model input #88
feat(#33): implement model input #88
Conversation
@Jshen123 is attempting to deploy a commit to the reworkd Team on Vercel. A member of the Team first needs to authorize it. |
CC: @asim-shrestha |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -56,11 +60,23 @@ export default function SettingsDialog({ | |||
link. | |||
</a> | |||
</p> | |||
<Input |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally I think this should be a drop down. But we can make that improvement later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Told him drop down could wait for a diff push
src/components/SettingsDialog.tsx
Outdated
<span className="ml-2">Model:</span> | ||
</> | ||
} | ||
placeholder={""} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be good to have a place holder here. A default value would be even better 😊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets do a placeholder of gpt-3.5-turbo
Description:
allow user to input custom model name