mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-03 13:00:52 +08:00
Add openai codex support
This commit is contained in:
6
internal/misc/codex_instructions.go
Normal file
6
internal/misc/codex_instructions.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package misc
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed codex_instructions.txt
|
||||
var CodexInstructions string
|
||||
Reference in New Issue
Block a user