mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
One more fix
This commit is contained in:
parent
df91d0edc0
commit
d21ddf0080
@ -1,6 +1,6 @@
|
|||||||
import React, { useState } from 'react';
|
import React, { useState } from 'react';
|
||||||
import { IconButton } from '~/components/ui/IconButton';
|
import { IconButton } from '~/components/ui/IconButton';
|
||||||
import type { ProviderInfo } from '~/utils/constants';
|
import type { ProviderInfo } from '~/types/model';
|
||||||
|
|
||||||
interface APIKeyManagerProps {
|
interface APIKeyManagerProps {
|
||||||
provider: ProviderInfo;
|
provider: ProviderInfo;
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
import type { ModelInfo, OllamaApiResponse, OllamaModel, ProviderInfo } from './types';
|
import type { ModelInfo, OllamaApiResponse, OllamaModel } from './types';
|
||||||
|
import type { ProviderInfo } from '~/types/model';
|
||||||
|
|
||||||
export const WORK_DIR_NAME = 'project';
|
export const WORK_DIR_NAME = 'project';
|
||||||
export const WORK_DIR = `/home/${WORK_DIR_NAME}`;
|
export const WORK_DIR = `/home/${WORK_DIR_NAME}`;
|
||||||
|
Loading…
Reference in New Issue
Block a user