Danny Avila
3d246df6c9
Merge pull request #149 from adamrb/main
...
Support local config for reverse proxy
2023-04-03 13:07:45 -04:00
Wentao Lyu
ea88e9b981
fix: bingAI/settings: wrong usage of checkbox
2023-04-04 01:04:33 +08:00
Adam Boeglin
584772b3f2
Support local config for reverse proxy
2023-04-03 09:29:52 -07:00
Wentao Lyu
e7c9ae5a7d
fix: regenerate should work for error message.
2023-04-03 21:32:21 +08:00
Wentao Lyu
4a95b30a0d
fix: proxy auth in vite.config.js
2023-04-03 21:31:59 +08:00
Wentao Lyu
15ada95249
feat: export preset.
2023-04-03 12:54:15 +08:00
Daniel Avila
ced65f8c98
feat(client): add @radix-ui/react-checkbox dependency and create BingAI Settings component
...
feat(BingAIOptions): add advanced mode to BingAIOptions component
feat(Checkbox): add Checkbox component to ui components
2023-04-02 18:45:41 -04:00
Daniel Avila
871bc4c78b
refactor(getIcon.jsx): if model is GPT-4, change background color to black.
2023-04-02 15:23:28 -04:00
Daniel Avila
24a82c8018
Merge branch 'main' into feat-endpoint-style-structure
2023-04-02 15:10:21 -04:00
Danny Avila
cd7e3f3774
Merge pull request #148 from danny-avila/update-proxy
...
fix(chatgpt-browser.js): update reverseProxyUrl to use new domain nam…
2023-04-02 14:54:47 -04:00
Daniel Avila
ab7cf8c881
fix(chatgpt-browser.js): update reverseProxyUrl to use new domain name ' https://bypass.churchless.tech ' instead of ' https://bypass.duti.tech '
2023-04-02 14:54:02 -04:00
Daniel Avila
aa4fd57459
feat(chatgpt-browser): add support for multiple GPT models
...
This commit adds support for multiple GPT models in the chatGPT-browser
client. The available models are now stored in a Map object, which maps
the model label to its corresponding model.
The commit adds a new component, ChatGPTOptions, to the client
UI to allow the user to select the GPT model to use in the chat. The
component is only displayed when the chatGPT-browser endpoint is
selected.
2023-04-02 14:34:12 -04:00
Danny Avila
8551995a51
Merge pull request #138 from danny-avila/danorlando/setup-e2e-with-playwright
...
test: Playwright setup
2023-04-02 14:28:23 -04:00
Daniel D Orlando
85f3b488ce
test: move playwright action out of workflows
2023-04-02 11:11:53 -07:00
Daniel D Orlando
12b7e9a6bb
reset back to npm ci
2023-04-02 11:07:48 -07:00
Daniel D Orlando
d5e062eeed
try using npm install instead of npm ci in github action
2023-04-02 11:07:48 -07:00
Daniel D Orlando
f5e120c330
try explicitly setting registry before npm ci step
2023-04-02 11:07:48 -07:00
Daniel D Orlando
afaa0253b8
undo change adding .npmrc to try to resolve the package resolution issue on npm ci step of github action
2023-04-02 11:07:48 -07:00
Daniel D Orlando
3ec2942365
try manually removing @playwright from the resolution path to make github action work
2023-04-02 11:07:48 -07:00
Daniel D Orlando
6d7f0448ff
try adding .npmrc to resolve problem getting playwright-core from the registry
2023-04-02 11:07:48 -07:00
Daniel D Orlando
70427a628f
generate new package-lock.json
2023-04-02 11:07:48 -07:00
Daniel D Orlando
b19ef425b7
try removing package-lock.json and forcing it to generate on the npm ci step
2023-04-02 11:07:48 -07:00
Daniel D Orlando
b7c911534c
use node 18
2023-04-02 11:07:48 -07:00
Daniel D Orlando
fe6b1fc12a
generate new package-lock.json
2023-04-02 11:07:48 -07:00
Daniel D Orlando
bd94c4233d
Playwright setup
2023-04-02 11:07:48 -07:00
Daniel Avila
eef2303c8e
Merge branch 'main' into feat-endpoint-style-structure
2023-04-02 12:10:14 -04:00
Danny Avila
6f30b6ec9d
Merge pull request #147 from danny-avila/lift-api
...
chore(api): update "@waylaidwanderer/chatgpt-api" dependency to versi…
2023-04-02 12:08:33 -04:00
Daniel Avila
709dbbbc4b
chore(api): update "@waylaidwanderer/chatgpt-api" dependency to version 1.33.2
2023-04-02 12:07:59 -04:00
Daniel Avila
77b46cc1a7
refactor(ModelDropDown.jsx): remove commented out code and simplify model display
2023-04-02 11:37:10 -04:00
Danny Avila
f069d6b621
Update README.md
2023-04-02 08:27:38 -04:00
Daniel Avila
f187da3afa
reset package-lock
2023-04-02 00:03:54 -04:00
Daniel Avila
0564e3ed93
Merge branch 'main' into feat-endpoint-style-structure
2023-04-02 00:03:13 -04:00
Danny Avila
6cad5d5b50
Merge pull request #145 from danny-avila/fix-docker
...
fix docker issues with vite
2023-04-02 00:01:33 -04:00
Daniel Avila
8bc4d5e3fd
refactor(Dockerfile): change COPY command to copy client side code from /client/dist instead of /client/public
...
refactor(Dockerfile): change port number from 3080 to 80
refactor(Dockerfile): remove unnecessary EXPOSE command
refactor(package.json): remove devDependencies for Vite and React plugin
2023-04-02 00:00:49 -04:00
Daniel Avila
b14726b2dd
fix docker issues with vite
2023-04-01 23:59:16 -04:00
Daniel Avila
3121a3a6ba
fix: add brackets to main property for dialogtemplate
2023-04-01 19:42:09 -04:00
Daniel Avila
8fa20d9356
Merge branch 'main' into feat-endpoint-style-structure
2023-04-01 19:41:36 -04:00
Daniel Avila
48b901fdfe
Merge branch 'master' of https://github.com/danny-avila/chatgpt-clone into search
2023-04-01 19:13:54 -04:00
Danny Avila
c65a3b69ff
Merge pull request #143 from danny-avila/DanO/use-vite-instead-of-webpack
...
feat: Use VITE in place of Webpack
2023-04-01 19:03:13 -04:00
Wentao Lyu
2cce2e30ba
fix: change endpoint should not skip when endpoint same
2023-04-02 04:48:33 +08:00
Wentao Lyu
ad5fbc5fb1
merge Daniel Avila's commit
...
feat(ModelDropDown.jsx): add optional props to customize component appearance and behavior
feat(client): add ModelDropDown component to OpenAIOptions component
2023-04-02 04:40:13 +08:00
Daniel D Orlando
eb2d9bac33
refactor: have build served from dist folder
2023-04-01 13:28:37 -07:00
Wentao Lyu
45e17da241
feat: add preset and edit preset.
2023-04-02 04:15:07 +08:00
Wentao Lyu
80ef5008dd
feat: add preset in server
2023-04-02 04:14:42 +08:00
Daniel D Orlando
6498ab79a4
build: install and configure Vite, move index.html
2023-04-01 12:58:49 -07:00
Daniel D Orlando
78dabe55ae
refactor: rename tailwind config
2023-04-01 12:57:39 -07:00
Daniel D Orlando
64fc2e84f2
refactor: rename and fix postcss.config
2023-04-01 12:57:17 -07:00
Daniel D Orlando
ff757f27cf
fix: fix files to adhere to standard conventions
2023-04-01 12:56:32 -07:00
Daniel Avila
2157eb8f30
feat(ModelDropDown.jsx): add optional props to customize component appearance and behavior
...
feat(client): add ModelDropDown component to OpenAIOptions component
2023-04-01 15:29:38 -04:00
Daniel Avila
7487b59de7
Merge branch 'feat-endpoint-style-structure' of https://github.com/danny-avila/chatgpt-clone into feat-endpoint-style-structure
2023-04-01 14:27:40 -04:00