Skip to content

Instantly share code, notes, and snippets.

@surinkim
Created March 2, 2025 12:49
Show Gist options
  • Save surinkim/627706fa97d6f3fcb1dbc54b7aec0790 to your computer and use it in GitHub Desktop.
Save surinkim/627706fa97d6f3fcb1dbc54b7aec0790 to your computer and use it in GitHub Desktop.
@startuml
top to bottom direction
package "LM Studio" {
package "Models" {
card "llama-3.2 3B" as l
card "Qwen2.5 7B" as q
card "..." as etc
l -[hidden]-> q
q -[hidden]-> etc
}
}
package ngrok {
card "server" as server
}
package Cursor {
card "OpenAI Base URL" as url
}
l --> server
server --> url
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment