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

Set default model correctly for Azure #509

Closed
wants to merge 294 commits into from

Conversation

itbm
Copy link
Contributor

@itbm itbm commented Apr 11, 2023

This sets the correct default model for Azure to prevent issues like #498 if DEFAULT_MODEL isn't set when using Azure OpenAI.

Should be merged with #508.

mckaywrigley and others added 30 commits March 18, 2023 17:56
Correct the improper context being used when it exceeds the limit.
User message should not render as Markdown
Co-authored-by: dev <dev@ptfprod7>
* feat: Add conditional search input for conversation list

* style and ux adjust

---------

Co-authored-by: Tekle Ayele <[email protected]>
* Update .gitignore

* Update next.config.js

* Enable GPT-4

* Update index.ts

* Fix logic

* Fix error

* Add set openai key instruction

* Fix menu safari

* Revert changes

* new line

---------

Co-authored-by: Sonny <[email protected]>
* mobile ui updates

* fixes sidebar btn

* return if null

* mobile input blur

* handle mobile enter key

* new convo name

* new delete mechanism

* test height

* revert

* change padding

* remove overflow

* check relative

* padding

* done

* retry

* test

* test

* should work now

* test

* test

* more

* max h

* revert

* done
* use tiktoken for api limit

* model conditional char limits on frontend

* adjust for completion tokens

---------

Co-authored-by: Alan Pogrebinschi <[email protected]>
* Change scroll bar style in desktop

* new scrollbar

---------

Co-authored-by: Quốc Thịnh Võ <[email protected]>
@ivanfioravanti
Copy link
Contributor

This works! Great job @itbm

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.

None yet