v2less

Results 6 comments of v2less

nginx proxy manager ```conf location /paste/ { proxy_pass http://10.31.1.205:7777/paste/; } location = /static/favicon.ico { return 301 /paste/static/favicon.ico; } ``` cat docker-compose.yml ```yaml version: "3.7" services: pastebin: image: mkaczanowski/pastebin:latest container_name: pastebin...

https://github.com/ddiu8081/chatgpt-demo 这个项目支持steam模式,速度贼快

可否在页面上设定api key? 并支持设置多api key,自动轮番使用。

不好意思,并不了解 On Sat, Mar 11, 2023 at 11:41 AM Benn Huang ***@***.***> wrote: > 我目前比较担心那些没有安装 chrome 浏览器的用户,使用 Tauri 的话会不会受到影响。你对这方面了解吗,想请教下? > > — > Reply to this email directly, view it...

在终端导入环境变量: ```bash export OPENAI_API_KEY="sk-xxxxxxxx" ``` 也可以使用参数的方式 ```bash iwhat --openai_key "sk-xxxxxx" "some message" ```

me too ps: windows10 ![image](https://github.com/user-attachments/assets/af1f7066-5df2-458c-815a-1dc445e205da)