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