Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ datasets:
|
|
| 15 |
# Summary
|
| 16 |
This is an first-generation gpt oss 120B vibe-code alpha(preview) of the powerful vibe-code LLM. It’s optimized to produce both natural-language and code completions directly from loosely structured, “vibe coding” prompts. Compared to earlier-generation LLMs, it has a lower prompt-engineering overhead and smoother latent-space interpolation, making it easier to guide toward usable code. The following capabilities can be leveraged:
|
| 17 |
- **Agentic capabilities**: Use the OpenAI's gpt oss 120b models’ native capabilities for function calling, web browsing, Python code execution, and Structured Outputs.
|
| 18 |
-
- This model were trained on
|
| 19 |
|
| 20 |
# Vibe-Code LLM
|
| 21 |
|
|
|
|
| 15 |
# Summary
|
| 16 |
This is an first-generation gpt oss 120B vibe-code alpha(preview) of the powerful vibe-code LLM. It’s optimized to produce both natural-language and code completions directly from loosely structured, “vibe coding” prompts. Compared to earlier-generation LLMs, it has a lower prompt-engineering overhead and smoother latent-space interpolation, making it easier to guide toward usable code. The following capabilities can be leveraged:
|
| 17 |
- **Agentic capabilities**: Use the OpenAI's gpt oss 120b models’ native capabilities for function calling, web browsing, Python code execution, and Structured Outputs.
|
| 18 |
+
- This model were trained on OpenAI's [harmony response](https://github.com/openai/harmony) format and should only be used with the harmony format as it will not work correctly otherwise.
|
| 19 |
|
| 20 |
# Vibe-Code LLM
|
| 21 |
|