CoolFace
Datasetpublic

echodict/llama.cpp

version https://git-lfs.github.com/spec/v1 oid sha256:cfc44b7ba25614df70e6b65e3341cae0310163bd32fd31a6b928a542df433faf size 30786

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes765downloads
playwright.config.ts12 linesDownload Raw Back to webui
1import { defineConfig } from '@playwright/test';2 3export default defineConfig({4	webServer: {5		command: 'npm run build && http-server ../public -p 8181',6		port: 8181,7		timeout: 120000,8		reuseExistingServer: false9	},10	testDir: 'tests/e2e'11});12