This is a SCRIPT-8 cassette.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import type { ExtensionAPI } from "@mariozechner/pi-coding-agent"; | |
| function getLlamaServerConfig() { | |
| const host = process.env.LLAMA_ARG_HOST || "127.0.0.1"; | |
| const port = process.env.LLAMA_ARG_PORT || "8080"; | |
| const apiPrefix = process.env.LLAMA_ARG_API_PREFIX || ""; | |
| const sslCert = process.env.LLAMA_ARG_SSL_CERT_FILE; | |
| const apiKey = process.env.LLAMA_API_KEY || "none"; | |
| const protocol = sslCert ? "https" : "http"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [fruit] | |
| apple.color = "red" | |
| [fruit.apple.texture] # you can add sub-tables | |
| smooth = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <ul> | |
| <li>Aktuelle Fallzahl: <input id="m" type="number"> |
This is a SCRIPT-8 cassette.
This is a SCRIPT-8 cassette.
This is a SCRIPT-8 cassette.
This is a SCRIPT-8 cassette.
This is a SCRIPT-8 cassette.
This is a SCRIPT-8 cassette.
NewerOlder