Skip to content

Commit

Permalink
fix(text-normalization): import from type file instead of source
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Nov 9, 2023
1 parent d3ed62c commit f86beb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/src/text-normalization/model.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type OpenAI from 'openai';
import type {ChatCompletionMessageParam} from 'openai/src/resources/chat/completions';
import type {ChatCompletionMessageParam} from 'openai/resources/chat/completions';

const SYSTEM_PROMPT = `
You are a proficient assistant, responsible for data sanitization for a machine translation model. Your main task involves operating the \`normalize\` function:
Expand Down

0 comments on commit f86beb8

Please sign in to comment.