mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
tests updated with new import
This commit is contained in:

committed by
Geoff Seemueller

parent
554096abb2
commit
068d8614e0
@@ -1,6 +1,5 @@
|
||||
import { getSnapshot } from 'mobx-state-tree';
|
||||
import OpenAI from 'openai';
|
||||
import { ChatSdk } from 'packages/ai/src/chat-sdk';
|
||||
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
|
||||
|
||||
import ChatService, { ClientError } from '../chat-service/ChatService.ts';
|
||||
|
@@ -13,10 +13,10 @@ import {
|
||||
OllamaChatSdk,
|
||||
XaiChatSdk,
|
||||
} from '@open-gsio/ai/src';
|
||||
import { Common } from '@open-gsio/ai/utils';
|
||||
import { Schema } from '@open-gsio/schema';
|
||||
import { flow, getSnapshot, types } from 'mobx-state-tree';
|
||||
import OpenAI from 'openai';
|
||||
import { Common } from 'packages/ai/src/utils';
|
||||
|
||||
export interface StreamParams {
|
||||
env: Env;
|
||||
|
Reference in New Issue
Block a user