Marsupilami 2: Salsa Palombia | Reveal Trailer
Marsupilami 2: Salsa Palombia | Trailer d'annonce
2D, 3D, game, games, online game, game development, game engine, programming, OpenGL, Open AI, math, graphics, design, graphic, graphics, game development, game engine, programming, web development, web art, web graphic, arts, tutorial, tutorials,
name: Local Config
version: 1.0.0
schema: v1
models:
- name: Nemotron 3 Ultra
provider: openai
model: nvidia/nemotron-3-ultra
apiBase: https://integrate.api.nvidia.com/v1
apiKey: "YOUR_NVIDIA_API_KEY"
maxTokens: 4096
temperature: 0.2
completionModels:
- name: Nemotron 3 Ultra Completion
provider: openai
model: nvidia/nemotron-3-ultra
apiBase: https://integrate.api.nvidia.com/v1
apiKey: "YOUR_NVIDIA_API_KEY"
maxTokens: 256
temperature: 0.1
embeddings:
- name: Nemotron Embeddings
provider: openai
model: nvidia/nemotron-3-embed
apiBase: https://integrate.api.nvidia.com/v1
apiKey: "YOUR_NVIDIA_API_KEY"
contextProviders:
- name: file
provider: file
maxFileSize: 2000000
- name: git
provider: git
- name: terminal
provider: terminal
- name: clipboard
provider: clipboard
actions:
- name: Fix File
command: fix
description: "Fix issues in the current file using Nemotron 3 Ultra"
model: Nemotron 3 Ultra
- name: Refactor File
command: refactor
description: "Refactor the current file"
model: Nemotron 3 Ultra
- name: Explain Code
command: explain
description: "Explain the current file"
model: Nemotron 3 Ultra
- name: Generate Tests
command: tests
description: "Generate unit tests for the current file"
model: Nemotron 3 Ultra