Limour

Results 20 comments of Limour

同问,希望除了指定的sni,其他sni能全部回落到nginx

通过 Github Action 进行转换后可以了:https://github.com/Limour-dev/Rss-Translation/raw/main/rss/yna_cn.xml

![image](https://user-images.githubusercontent.com/93720049/222952528-a508e173-0959-49c0-a5c7-1d4697fac604.png) 有趣

![image](https://user-images.githubusercontent.com/93720049/222952891-db58ded7-e41d-4c4e-b64b-6c7bf7103bc2.png) 逐渐找到感觉了

> 已经是了,拉取重新部署下 # Note: you need to be using OpenAI Python v0.27.0 for the code below to work import openai openai.ChatCompletion.create( model="gpt-3.5-turbo", messages=[ {"role": "system", "content": "You are a helpful...

![image](https://user-images.githubusercontent.com/93720049/222877399-7cbb22e8-3e5f-4ff3-a8b5-bd16fc0c2dbd.png) 我把 src/components/Generator.tsx 改成下面这样了: ```js import { createSignal, For, Show } from 'solid-js' import MessageItem from './MessageItem' import IconClear from './icons/Clear' import type { ChatMessage } from '../types' export default...

希望可以增加一个配置文件,里面可以预定义一系列system role,前端简单通过选择来切换,同时保留自定义输入system role的功能。预定义的systen role可以从 https://github.com/f/awesome-chatgpt-prompts 中进行适当修改。

希望可以通过URL参数传递预先定义的system role,这样可以将不同的角色添加成不同的浏览器书签,不必每次都要手动输入。

Hope that the display of system roles can support code highlighting. Sometimes, defining system roles with code is more precise than using natural language, but the lack of code highlighting...

Hope the font color in light mode can be black