Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Jun 23, 2024
1 parent 8d74f9e commit 47f78d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ai/groq/api.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { AxRateLimiterTokenUsage } from '../../util/ratelimit.js';
import { AxRateLimiterTokenUsage } from '../../util/rate-limit.js';
import { axBaseAIDefaultConfig } from '../base.js';
import { AxAIOpenAI } from '../openai/api.js';
import type { AxAIOpenAIConfig } from '../openai/types.js';
import type { AxAIServiceOptions, AxRateLimiterFunction } from '../types.js';
import type { AxAIServiceOptions } from '../types.js';

import { AxAIGroqModel } from './types.js';

Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export * from './docs/index.js';
export * from './trace/index.js';

// cspell: disable-next-line
export { AxRateLimiterTokenUsage } from './util/ratelimit.js';
export { AxRateLimiterTokenUsage } from './util/rate-limit.js';

/*
Transformers learn,
Expand Down
File renamed without changes.

0 comments on commit 47f78d6

Please sign in to comment.