Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Jun 6, 2024
1 parent 1fdf353 commit 331bb01
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
const REPO_FULL_NAME = "BerriAI/litellm";
const DEFAULT_BRANCH = "main";
const RESOURCE_NAME = "model_prices_and_context_window_backup.json";
const RESOURCE_PATH = `litellm/${RESOURCE_NAME}`;
const RESOURCE_NAME = "model_prices_and_context_window.json";
const RESOURCE_PATH = `${RESOURCE_NAME}`;
const DEFAULT_QUERY = "gpt-4";
onMount(() => {
Expand Down Expand Up @@ -129,8 +129,12 @@
{#if !loading}
<section in:fly={{ y: 20, duration: 800 }}>
Brought to you by
<a href="https://github.com/fastrepl/fastrepl">Fastrepl</a> and
<a href="https://github.com/BerriAI/litellm">Litellm</a>.
<a href="https://github.com/fastrepl/fastrepl">fastrepl</a>, powered by
<a
href="https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json"
>
litellm
</a>.
</section>
{:else}
<section style="height: 1.5em;" />
Expand Down

0 comments on commit 331bb01

Please sign in to comment.