feat(domain): drop the 'studio' (#818)

* feat(domain): drop the

* change all references for Sim Studio to Sim

* change back license and notice

* lint

---------

Co-authored-by: waleedlatif <waleedlatif@waleedlatifs-MacBook-Pro.local>
This commit is contained in:
Waleed Latif
2025-07-29 12:51:43 -07:00
committed by GitHub
co-authored by waleedlatif
parent 13608a8bbc
commit ae43381d84
235 changed files with 809 additions and 646 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
Basic usage examples for the Sim Studio Python SDK
Basic usage examples for the Sim Python SDK
"""
import os
@@ -191,7 +191,7 @@ def error_handling_example():
if __name__ == "__main__":
print("🚀 Running Sim Studio Python SDK Examples\n")
print("🚀 Running Sim Python SDK Examples\n")
# Check if API key is set
if not os.getenv("SIMSTUDIO_API_KEY"):