Skip to content

Commit

Permalink
Update playground source id
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhai committed Oct 18, 2024
1 parent d158020 commit d9d02d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmstack/apps/runner/app_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class PlaygroundAppRunnerSource(AppRunnerSource):

@property
def id(self):
return f"{self.provider_slug}-{self.processor_slug}"
return f"{self.provider_slug}/{self.processor_slug}"


class PlatformAppRunnerSource(AppRunnerSource):
Expand Down

0 comments on commit d9d02d9

Please sign in to comment.