mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-22 05:19:54 +08:00
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:
co-authored by
waleedlatif
parent
13608a8bbc
commit
ae43381d84
@@ -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"):
|
||||
|
||||
Reference in New Issue
Block a user