mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-30 04:30:13 +00:00
revert: codex feature (#1240)
This commit is contained in:
parent
3e57ffdf79
commit
5e3f46a32b
10 changed files with 273 additions and 1946 deletions
|
|
@ -168,6 +168,14 @@ class ConfigInfo:
|
|||
"env_vars": ["OPENAI_API_KEY"],
|
||||
"toolkit": "rag_toolkit",
|
||||
},
|
||||
ConfigGroup.REDDIT.value: {
|
||||
"env_vars": [
|
||||
"REDDIT_CLIENT_ID",
|
||||
"REDDIT_CLIENT_SECRET",
|
||||
"REDDIT_USER_AGENT",
|
||||
],
|
||||
"toolkit": "reddit_toolkit",
|
||||
},
|
||||
}
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue