This commit is contained in:
Shroominic
2025-12-24 12:10:51 +01:00
parent 0fa3e77f9a
commit 2c404c66d6
9 changed files with 9 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
import os
import httpx
# Send a Cashu token to the /create endpoint to get a persistent API key
+1
View File
@@ -1,4 +1,5 @@
import os
import httpx
# Use your Cashu token or API key as the Bearer token
+1
View File
@@ -1,4 +1,5 @@
import os
import httpx
# Use your Cashu token or API key as the Bearer token
+1
View File
@@ -1,4 +1,5 @@
import os
from openai import OpenAI
client = OpenAI(
+1
View File
@@ -1,4 +1,5 @@
import os
from openai import OpenAI
# The OpenAI SDK handles the 'responses' endpoint if it's updated to the latest version
+1
View File
@@ -1,4 +1,5 @@
import os
from openai import OpenAI
client = OpenAI(
+1
View File
@@ -1,4 +1,5 @@
import os
from openai import OpenAI
client = OpenAI(
+1
View File
@@ -1,4 +1,5 @@
import os
from openai import OpenAI
client = OpenAI(
+1
View File
@@ -1,4 +1,5 @@
import os
import httpx
from openai import OpenAI