16 lines
559 B
TypeScript
16 lines
559 B
TypeScript
const externalLinks = {
|
|
documentation: 'https://docs.gpustack.ai/',
|
|
github: 'https://github.com/gpustack/gpustack',
|
|
discord: 'https://discord.gg/VXYJzuaqwD',
|
|
site: 'https://gpustack.ai/',
|
|
release: 'https://github.com/gpustack/gpustack/releases',
|
|
reportIssue: 'https://github.com/gpustack/gpustack/issues/new/choose',
|
|
faq: 'https://github.com/gpustack/gpustack/wiki/FAQ'
|
|
};
|
|
|
|
export default externalLinks;
|
|
|
|
export const externalRefer = {
|
|
audioPermission: `${externalLinks.documentation}latest/user-guide/playground/audio/#provide-audio-file`
|
|
};
|