Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created October 15, 2025 09:38
Show Gist options
  • Select an option

  • Save gowatana/ae39ca0c772352adc77c426f037bb886 to your computer and use it in GitHub Desktop.

Select an option

Save gowatana/ae39ca0c772352adc77c426f037bb886 to your computer and use it in GitHub Desktop.
---
apiVersion: v1
kind: ConfigMap
metadata:
name: nai-demo-config
labels:
app: nai-demo
data:
NAI_ENDPOINT_NAME: "gemma-ep-01"
NAI_ENDPOINT_URL: "https://10.1.7.122/api/v1/chat/completions"
@gowatana
Copy link
Author

下記の投稿むけ。

NAI 2.4 の推論エンドポイントむけデモ アプリを NKP で起動してみる。
https://blog.ntnx.jp/entry/2025/10/15/233317

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment