chore: unify bold syntax to single asterisk in .org files and update legacy memex-amero references
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#+FILETAGS: :llm:provider:openai:gpt:psf:
|
||||
|
||||
* Overview
|
||||
The **OpenAI Provider Agent** integrates OpenAI's GPT models as a pluggable System 1 (neural) backend. It provides industry-standard processing capabilities for reasoning and content generation.
|
||||
The *OpenAI Provider Agent* integrates OpenAI's GPT models as a pluggable System 1 (neural) backend. It provides industry-standard processing capabilities for reasoning and content generation.
|
||||
|
||||
* Phase A: Demand (PRD)
|
||||
:PROPERTIES:
|
||||
@@ -15,10 +15,10 @@ The **OpenAI Provider Agent** integrates OpenAI's GPT models as a pluggable Syst
|
||||
Define the interface for reliable communication with the OpenAI Chat Completions API.
|
||||
|
||||
** 2. User Needs
|
||||
- **Compatibility:** Full implementation of the Chat Completions protocol.
|
||||
- **Reliability:** Secure management of `$OPENAI_API_KEY`.
|
||||
- **Optimized Inference:** Configurable temperature and model selection (GPT-4o, etc.).
|
||||
- **Resilience:** Graceful handling of timeouts and errors.
|
||||
- *Compatibility:* Full implementation of the Chat Completions protocol.
|
||||
- *Reliability:* Secure management of `$OPENAI_API_KEY`.
|
||||
- *Optimized Inference:* Configurable temperature and model selection (GPT-4o, etc.).
|
||||
- *Resilience:* Graceful handling of timeouts and errors.
|
||||
|
||||
** 3. Success Criteria
|
||||
*** TODO API Authentication via Bearer Token
|
||||
|
||||
Reference in New Issue
Block a user