We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 9b9768fCopy full SHA for 9b9768f
.gitignore
@@ -0,0 +1,15 @@
1
+# Godot 4+ specific ignores
2
+.godot/
3
+
4
+# Godot-specific ignores
5
+.import/
6
+export.cfg
7
+export_presets.cfg
8
9
+# Imported translations (automatically generated from CSV files)
10
+*.translation
11
12
+# Mono-specific ignores
13
+.mono/
14
+data_*/
15
+mono_crash.*.json
README.md
@@ -0,0 +1,2 @@
+# godot-simple-gemini-api
+As possible as simple call Gemini API
0 commit comments