Main public logs

From Master of Neuroscience Wiki

Combined display of all available logs of Master of Neuroscience Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:28, 3 November 2025 Davrot talk contribs created page Get the API key (Created page with "Test your API key:<syntaxhighlight lang="python3"> from openai import OpenAI # API configuration api_key = "XXXXXXXXXXXXXXXXX" # Replace with your API key base_url = "https://chat-ai.academiccloud.de/v1" # Start OpenAI client client = OpenAI(api_key=api_key, base_url=base_url) # List all available models models = client.models.list() # Print all models for model in models: print(model.id) print() </syntaxhighlight>The result is:<syntaxhighlight lang="python-cons...") Tag: Visual edit